home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / livecd.squashfs / var / db / pkg / virtual / libintl-0 / libintl-0.ebuild < prev    next >
Text File  |  2006-04-25  |  989b  |  25 lines

  1. # Copyright 1999-2006 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. # $Header: /var/cvsroot/gentoo-x86/virtual/libintl/libintl-0.ebuild,v 1.3 2006/03/30 13:36:29 flameeyes Exp $
  4.  
  5. DESCRIPTION="Virtual for the GNU Internationalization Library"
  6. HOMEPAGE="http://www.gentoo.org/proj/en/gentoo-alt/"
  7. SRC_URI=""
  8. LICENSE="LGPL-2.1"
  9. SLOT="0"
  10. KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc-macos ppc64 s390 sh sparc x86 ~x86-fbsd"
  11. IUSE=""
  12. DEPEND=""
  13.  
  14. # - Use this syntax (defining the various libcs) as this allows to use-mask if the
  15. # dep is not present for some Linux systems; using the !elibc_glibc() syntax
  16. # would lead to problems for libiconv for example
  17. # - Don't put elibc_glibc? ( sys-libs/glibc ) to avoid circular deps between
  18. # that and gcc
  19. RDEPEND="elibc_Darwin? ( sys-devel/gettext )
  20.     elibc_FreeBSD? ( sys-devel/gettext )
  21.     elibc_NetBSD? ( sys-devel/gettext )
  22.     elibc_OpenBSD? ( sys-devel/gettext )
  23.     elibc_DragonFly? ( sys-devel/gettext )"
  24.  
  25.